body
{   
    background: #78a8d5 url(images/background.jpg) repeat-x;
    font: 75% georgia, sans-serif;
    line-height: 1.88889;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}
h3
{
    font: italic normal 1.4em georgia, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #0b2732;
}
a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #3686ca; 
}
a:visited
{
        font-weight: bold;
        text-decoration: none;
        color: #58d8ff;   
}
a:hover a:active
{
    text-decoration: underline;
    color: #58d8ff;
}

/* custom divs */
.wrapper
{
    width: 1015px;
    padding: 0; /*Change 110 to footer size*/
    margin: auto;       
    position: relative;
}
.header
{
    width:1015px;
    height:141px;
    background: url("images/header.jpg") no-repeat;
    padding:0;
    margin: auto;
}
.header #header_links
{
    text-align: right;
    margin-top: 10px;
}
.header #header_links input
{
    display: inline;
    font-weight: bolder;
    text-decoration: none;
    color: #000;
    list-style-type: none;
    background:none;
    border: none;
    cursor: pointer; 
}
.content
{
    width:1015px;
    height: 477px;
    background: url("images/body.jpg") repeat-y;
}
.content p
{
    font-family: serif;
    font-size: 9pt;
    text-align: left;
    margin:0;
    padding:0;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 12pt;
}
.content2
{
    width:1015px;
    min-height: 477px !important;
    background: url("images/body_repeat.jpg") repeat-y;
}
.content_02
{
    text-align: left;
    padding-top:20px;
    margin:0;
    width:1015px;
    height: 175px;
    background: url("images/body_02.jpg") repeat-y;
}
.content_02 p
{
    font-family: serif;
    font-size: 9pt;
    margin:0;
    padding:0;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 12pt;
}
.content_02 h1
{
    margin:0;
    padding:0;
    font-family: serif;
    font-size: 12pt;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 14pt;
}
.content #main
{
    padding:15px;
    width:985px;   
}
.content #top_image
{
    float:left;
    margin-top:1px;
    margin-left: 25px;
    width:598px;
    height:262px;
    background: url("images/flash_box.jpg");
}
.content #what_is_header
{
    float:left;
    margin-top:1px;
    margin-left: 25px;
    width:966px;
    height:204px;
    background: url("images/what_is.jpg");
}
.content #side_box
{
    text-align: left;
    margin-right: 24px;
    float:right;
    width:368px;
    height:463px;
    background: url("images/side_box.jpg");
}

.content #side_box ul
{
    font-family: serif;
    font-size: 1.0em;
    font-weight: bold;
    color: white;
    padding:0;
    margin-top:70px;
    margin-left: 40px;
    margin-right: 30px;
    line-height: 14pt;
}
.content #side_box li
{
    margin-bottom:10px;
}
.content #flash
{
    margin-left: 25px;
    text-align: left;
    float:left;
    width:598px;
    height:200px;
    background: #abcae5 url("images/flash_bg.jpg");
}
.content #title_bar h1
{
    font-family: serif;
    color: white;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px;
}
.content_bottom
{
    width:1015px;
    padding:0;
    margin:0;
    height:25px;
    background: url("images/body_bottom.jpg") no-repeat;
}
.nav
{
    background: url(images/nav.jpg) no-repeat;
    width: 1015px;
    text-align: left;
    height:63px;
}
.nav ul
{
padding-top:20px;
}
.nav li
{
    display: inline;
    font-weight: bolder;
    text-decoration: none;
    color: #000;
    padding: 0px 10px 0px 10px;
    border-left: silver 2px inset;
    list-style-type: none;
}

.nav li input
{
    display: inline;
    font-weight: bolder;
    text-decoration: none;
    color: #000;
    list-style-type: none;
    background:none;
    border:none;
    cursor: pointer;
}
.footer
{
    background: url(images/footer.jpg) no-repeat;
padding:0;
    width: 1015px;
    height: 149px; 
    margin:auto;  
}  
.footer p
{
    font-family: serif;
    font-size: 8pt;
padding-top:40px;
margin:0;
    margin-bottom:40px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 12pt;
}
#page_content
{
    padding: 0 11px;
    margin: 0;
    width:1004px;
}
.content #spacer
{
    height: 20px;
}

